CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /Projects/{projectId}/points:batchDelete (Post)
Post/Projects/{projectId}/points:batchDelete
Description
Deletes an array of points in the project
Parameters
NameDescriptionData Type
the id of the projectstring
Request (application/json)

The request body is of type object.

Overview

PointIDs : Array[string]
Dynamic : boolean
200 Response

The response body is of type PointsPostResponse.

The collection of responses for the delete operation

Overview

PointsPostResponse
The results of the point create/update/delete operations.
NumSuccesses : number
NumFailures : number
WarningsMask : integer
PointResults : Array[ItemResult]
Success : boolean
StatusDetails : integer
WarningsMask : integer
Message : string
Fault Responses
FaultDescription
This fault returns a response body of type ProblemDetails.
Error if objects not found
This fault returns a response body of type .
General error
See Also